20/01/2022

What’s this about then

This is a template shitty presentation about how awesome mountains are and how dope the people at the Nederlandse Studenten Alpen Club are for trying to climb them.

Check out the website of the NSAC at https://nsac.alpenclub.nl/.

So what are mountains again?

Carefully collected data

Data generation

ID <- c(1:30)
exp_years <- round(rnorm(30, 5, 1), 
                   digits = 0)
mnts_climbed <- 0.8*exp_years + round(rnorm(30, 10, 5), 
                                      digits = 0)
fun_had <- round(0.6*exp_years + 0.8*mnts_climbed + rnorm(1, 0, 1), 
                 digits = 0)

bergdat <- as.data.frame(cbind(ID, exp_years, mnts_climbed, fun_had))

Careful analysis of this dataset

Course information

C1:
- Het leren voortbewegen in alle soorten basisterrein (rots, sneeuw, ijs, gletsjer)
- Inschatting en perceptie van alpiene gevaren
- Reddingstechnieken: gletsjerspleetredding (seirolle,prusiktechniek en Münchhausen)
- Het zelfstandig kunnen maken van F/L-toeren

C2:
- Voortbewegen in 2e– en 3e-graads terrein
- Het leren klimmen van (rots)graten
- Inschatting en perceptie van alpiene gevaren
- Zelfstandig kunnen maken van PD/WS touren

( NSAC Nederlandse Studenten Alpen Club n.d.)

It has some hard core science to it

\[ \begin{align} Mount &= \beta_0 + \beta_1 Exp \;, \\ Fun &= \beta_0 + \beta_1 Exp + \beta_2 Mount\;. \\ \end{align} \]

References